docs: don't try to link vfuncs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 21:25:15 +0000 (16:25 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/gtkcontainer.c
gtk/gtkcontainer.h

index ed2add64bd61dee60f6289df3dfa3db633d7a5e7..dfa2a179779a2e5eb3d390d94c9d0c509b13dbe0 100644 (file)
  *
  * Height for width requests are generally implemented in terms of a virtual allocation
  * of widgets in the input orientation. Assuming an height-for-width request mode, a container
- * would implement the <function>get_preferred_height_for_width()</function> virtual function by first calling
+ * would implement the <function>get_preferred_height_for_width(<!-- -->)</function> virtual function by first calling
  * gtk_widget_get_preferred_width() for each of its children.
  *
  * For each potential group of children that are lined up horizontally, the values returned by
index fdeed7b3f198832aec4dde389f103799caad190c..29d510fe63a471eaecbc7130ce2bd37e00dd4b03 100644 (file)
@@ -253,13 +253,13 @@ void gtk_container_child_notify (GtkContainer *container,
 
 /**
  * GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID:
- * @object: the #GObject on which set_child_property() or get_child_property()
+ * @object: the #GObject on which set_child_property(<!-- -->) or get_child_property(<!-- -->)
  *  was called
  * @property_id: the numeric id of the property
  * @pspec: the #GParamSpec of the property
  *
  * This macro should be used to emit a standard warning about unexpected
- * properties in set_child_property() and get_child_property() implementations.
+ * properties in set_child_property(<!-- -->) and get_child_property(<!-- -->) implementations.
  */
 #define GTK_CONTAINER_WARN_INVALID_CHILD_PROPERTY_ID(object, property_id, pspec) \
     G_OBJECT_WARN_INVALID_PSPEC ((object), "child property id", (property_id), (pspec))